/* .content-top {
    width: 750px;
    height: 326px;
}
.content-bottom {
    width: 750px;
    height: 180px;
} */


.main {
    padding: 38px 50px;
}
.help-title {
    display: flex;
    align-items: center;
}
.help-text {
    margin-left: 13px;
    font-size: 40px;
    color: #000000;
}
.help-icon {
    width: 43px;
    height: 43px;
}
.list {
    margin-top: 30px;
}
.list-content {
    margin-top: 15px;
    display: flex;
}
.list_icon {
    margin-top: 11px;
    width: 10px;
    height: 10px;
    background: #00b4d4;
    transform: rotate(48deg);
}
.list_text {

    width: 685px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content {
    margin-top: 40px;
}
.list-title {
    display: inline;
    padding: 5px 30px;
    background: #ededed;
    font-size: 24px;
    color: #000000;
    border-radius: 15px;

}